Escape characters and capitialization are important in the terminal! Use the backslash `\` to deal with those pesky spaces.
If your terminal supports it, use the TAB key to auto complete the file/directory name!

```
cat FlAg\ 0\ 5.txt # Escape characters being used to allow the spaces
```

ClubCTF{c68271a63ddbc431c307beb7d2918275}
